When learning alone, maybe Scheme, maybe Basic, maybe Ruby ... even PHP is fine.
When I teach Newbies, I always use Smalltalk. It really helps to be able to inspect everything you have just done and show the newbie what happens on a line by line basis. In other languages, there is this switching between editing mode, that only distracts. Ruby brings IRB, but it isn't the same. That being said, IRB would be very good for teaching someone ruby.
When learning scheme alone, try to get a hold of DrScheme or anything else that helps you keep track of the brackets.
And when learning Basic, i believe these things have changed, but back in the old days Visual Basic 5 was quite neat for teaching. You could start with a GUI and the callbacks and the first programming task to do would be to keep the window look good on resizing. Very intuitive and instructive. Really.
And for someone who has played with HTML earlier, PHP is certainly a nice easy start.