I had the same problem and could solve it this way:
First I uninstalled Java EE SDK and JDK, I had to manually remove the \glassfish3 directory. Then I cleaned up my Java installations, particularly I got rid of a 32-bit JRE 6. I left the 64-bit JREs 6 and 7 on the machine.
Then I installed the JDK again and after that the Java EE SDK. At the beginning of this install I got a message saying it could not find the java runtime and that I should run the installation program with the -j parameter to specify the location of the java runtime. So I ran:
C:\Users\myuser\Downloads\java_ee_sdk-6u3-windows-ml.exe -j "C:\Program Files\Java\jre7"
The installation went all the way through, at the end I got a message that some configuration failed because another path could not be found (probably the not-specified path to a password file). The html reports though said everything was alright, everything installed and configured correctly.
Now I can run the update tool successfully. Looks like the Java 32-bit installation was in the way.