There's definitely a notion of "simpler" versus "harder" languages, there's just very little consensus on which languages are which...
Most of the old-school nerds I know started off with either Basic or Pascal, neither of which is held in high regard in teaching circles these days, for some reason. Depending on how old your son is, and how keenly interested he is, there are anumber of options.
I think that programming environments specifically aimed at kids (like Squeak) might not be the best choice, because they're a bit dumbed down (at least in approach).
One thing that motivates a lot of kids is playing (and creating) games. That was a big part of how I got into programming in the beginning. My first "real programs" were simple, command-line games, and I eventually transitioned to graphics and sound.
Along those lines, it might be a worthwhile thing to look into the "modding" communities for some game that he already likes to play. A lot of today's video games are designed for easy extensibility in a simple language like Lua, or Python.
Alternately, if you want him to start "from the ground up", something like Python might be a good choice. It's relatively simple and clean, and modules like PyGame can make it pretty easy to transition from command-line stuff to rich media.
Last suggestion - BASIC, specifically Visual Basic (VB6, not the .NET version). Not the most glamorous language around, but it's great for cranking something out in the form designer, slapping code in a bunch of places, and going to town...