you could try and use one of the 'conditional widget' plugins; http://wordpress.org/plugins/search.php?q=conditional+widget
or for a permanent solution, edit footer.php;
change this line:
if ( ! is_404() )
for example to:
if ( is_front_page() && ! is_404() )