Just wanted to pass a note to WordPress MU developers. The files index-install.php & wpmu-functions.php contain code that tries to insert rows into $wpdb->sitecategories. However fields are not listed explicitly and, due to table changes, the queries fail (the actual number of columns in the table are more than the passed values).