I'm in a similar position as you and I'm curious if you've had any success.
Have you tried loading a custom ROM/kernel? What tablet are you using?
Video of multiple webcams working:
http://www.youtube.com/watch?v=fCN6VUyUl9o
and a direct link to the source page:
http://brain.cc.kogakuin.ac.jp/research/android.html
EDIT:
This should theoretically work:
Compile the kernel with these defined in your device defconfig file
CONFIG_VIDEO_DEV=y
CONFIG_VIDEO_V4L2_COMMON=y
CONFIG_VIDEO_MEDIA=y
CONFIG_USB_VIDEO_CLASS=y
CONFIG_V4L_USB_DRIVERS=y
CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
This will enable V4L at the kernel level. At this point, if you set permission 666 to /dev/video0 in ueventd.tuna.rc. you can access the cameras with JNI, but if you want the camera to be integrated with Android by default, proceed to the next step.
Then, build Android with this patch applied to allow V4L2 cameras to work as standard android cameras (note, this patch is from eclair from what I can tell, and may not work properly with newer versions):
code.google.com/p/android-m912/downloads/detail?name=v4l2_camera_v2.patch
Flash the kernel and custom rom.