If you're using the walkthrough mod, you can fix the neighbor scene by monkey-patching
game/ascript/!places/neighbor/pool/pool2.rpy.
Comment out lines 239 - 246 so that they read like the "#" lines below
Python:
scene neigh_sc2_55 with Dis
$ renpy.pause(2)
scene neigh_sc2_56 at zoom with dissolve
$ renpy.pause(4)
# scene neigh_sc2_57 with Dis:
# align (0.5,1.0)
# align (0.5,1.0)
# linear 8.0 align (0.5,0.1)
# $ renpy.pause(9)
# scene neigh_sc2_58 at zoom_u with Dis
# nmlf_ "Damn, what am I doing... But I can't just let this guy leave. He has such a great cock."
scene neigh_sc2_59 at zoom_ur with Dis
$ renpy.pause(4)
This removes references to the two broken images, though it means you'll never see what those images were.
Alternately, you can use this .zip which overrides the .rpy and rpyc files.