Try to install nopCommerce, but i got this error message when install.

The INSERT statement conflicted with the FOREIGN KEY constraint "FK_Nop_Log_Nop_LogType". The conflict occurred in database "", table "dbo.Nop_LogType", column 'LogTypeID'.
The statement has been terminated.


[SqlException (0x80131904): The INSERT statement conflicted with the FOREIGN KEY constraint "FK_Nop_Log_Nop_LogType". The conflict occurred in database "ozcostume", table "dbo.Nop_LogType", column 'LogTypeID'.
The statement has been terminated.]
   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +1949258
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4845243
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194
   System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2392
   System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +204
   System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +954
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162
   System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +175
   System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +137
   Microsoft.Practices.EnterpriseLibrary.Data.Database.DoExecuteNonQuery(DbCommand command) +220
   Microsoft.Practices.EnterpriseLibrary.Data.Database.ExecuteNonQuery(DbCommand command) +129
   NopSolutions.NopCommerce.DataAccess.Audit.SQLLogProvider.InsertLog(Int32 LogTypeID, Int32 Severity, String Message, String Exception, String IPAddress, Int32 CustomerID, String PageURL, DateTime CreatedOn) in SQLLogProvider.cs:180
   NopSolutions.NopCommerce.Common.Audit.LogManager.InsertLog(LogTypeEnum LogType, Int32 Severity, String Message, Exception exception, String IPAddress, Int32 CustomerID, String PageURL) in LogManager.cs:166
   NopSolutions.NopCommerce.Common.Audit.LogManager.InsertLog(LogTypeEnum LogType, String Message, Exception Exception) in LogManager.cs:140
   NopSolutions.NopCommerce.Common.Audit.LogManager.InsertLog(LogTypeEnum LogType, String Message, String Exception) in LogManager.cs:120
   NopSolutions.NopCommerce.Common.Localization.LocalizationManager.GetLocaleResourceString(String ResourceKey, Int32 LanguageID, Boolean LogIfNotFound) in LocalizationManager.cs:124
   NopSolutions.NopCommerce.Common.Localization.LocalizationManager.GetLocaleResourceString(String ResourceKey, Int32 LanguageID) in LocalizationManager.cs:97
   NopSolutions.NopCommerce.Web.BaseNopUserControl.GetLocaleResourceString(String ResourceName) in BaseNopUserControl.cs:43
   NopSolutions.NopCommerce.Web.Modules.SearchBoxControl.ApplyLocalization() in SearchBox.ascx.cs:34
   NopSolutions.NopCommerce.Web.Modules.SearchBoxControl.Page_Load(Object sender, EventArgs e) in SearchBox.ascx.cs:39
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


I have no idea how to resolve this problem. I am appreciate anybody who can tell me what the problem is and how to solve it.

The process that i install the nopCommerce is:
1. upload the unzip files to host account
2. create the empty database
3. add connection string to the ConnectionStrings.config
4. excute the nopCommerce_createDatabase.sql file
5. type this url address to install, but got that error message.