It looks like you are missing the path for the source.
I recorded a macro and it showed this.
Code:
Sub Macro1()
Application.OrganizerCopy Source:="C:\Users\jeffb\AppData\Roaming\Microsoft\Templates\Normal.dotm", _
Destination:=ActiveDocument, Name:="Comment Text", Object:=wdOrganizerObjectStyles
End Sub