Heh. What fun!!! I taught myself at age 12. It was right on the cusp of being able to buy your own PCs - Apple II, TRS-80, Vic 20s!!! I got my first programming job when I was 16 working with Fortran. Learning how to program set me free.
Just because he can program, it does not mean he has a good grounding in the fundamentals and knows the language or the subject in great depth. An autodidact will teach themselves what they want to know in order to be able to do what they want to do. This will leave great gaps in his knowledge.
For this reason, I would propose a dual-track. The first track is to get his basic knowledge in SCIENCE up to speed so he can take electronics/microprocessor classes so he can learn how to build his own processing machines and then lay the microcode and compiler on top of them - this is the carrot. He will need to run through some basic college physics to get there. This will require some HS math through calculus. I would talk to an educator on how to get him going. ( The top programmers today work in encryption and signals processing and these require A LOT of math.)
The second track is to widen and deepen his knowledge of programming by taking classes in various programming languages and operating systems.
The Stanford link looks good. I would also check your local community college.
He should also learn LISP. You can buy educational versions of this along with books on it.
He should also take some classes in databases - Oracle and then sqlserver - most community colleges offer classes in them. He might be able to earn a certification in both systems.
As for operating systems - the easiest way is for him to work with Linux. He should know his way around a Linux box - how to install, configure, patch, build, GNU compilers, etc. If you have not set him up with a Linux box, then get a cheap PC for him to play with. He can access howtos online or you can buy some manuals for him.
He can also learn about the Linux kernel. These two books will be a bit of a stretch for him, but if he is as focused as you say, he will devour them.
http://www.amazon.com/Linux-Core-Ke...mp;s=music&qid=1218555951&sr=8-3http://www.amazon.com/Understanding-Linux-Kernel-Third-Daniel/dp/0596005652/ref=pd_bxgy_m_text_bI got a copy of this when I was 12 and stayed up all night reading it. The Linux book is more accessible for him - but if he loves it, then you can get this for him when he is older.
http://en.wikipedia.org/wiki/Lions'_Commentary_on_UNIX_6th_Edition,_with_Source_Code
The next thing is to find a linux discussion group or computer users group that meets near you and take him to it. He will meet like minded adults and kids there and he will find resources he can call for help.
The big thing here is that he must not break into other peoples' computer systems. It used to be innocent fun, but now people frown on it. <Sigh.>
Once again, he MUST get a solid grounding in the fundamentals or his knowledge will be asymmetric.