--- xmlsitemap.install.orig	2008-11-20 03:48:27.000000000 -0500
+++ xmlsitemap.install	2008-11-20 04:29:32.000000000 -0500
@@ -83,6 +83,17 @@ function xmlsitemap_update_6100() {
 }
 
 /**
+ * Fix a 6100 table creation error
+ */
+function xmlsitemap_update_6101() {
+  if (!db_table_exists('xmlsitemap')) {
+    $schema = xmlsitemap_schema();
+    db_create_table($ret, 'xmlsitemap', $schema['xmlsitemap']);
+  }
+  return $ret;
+}
+
+/**
  * Implementation of hook_install().
  */
 function xmlsitemap_install() {
