Why is the 3rd line missing commas between array members ?
SketchUp has an internal tolerance of 0.001". This means that the 3 vertices in your vertices array will be conincident. (When you scale up the array vertices they may no longer be subject to the tolerance so create separate vertices.)
The only solution would be to scale up 1000x times or more, and then import into SKP as a component definition.
And then in the model’s entities collection, you add an instance of this component with a transformation that scale’s the instance back down 1000 times.
(ie, scale * 0.001)